home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Hard / drivr / PoseidonMOS.lha / Poseidon / MOSInstall < prev    next >
Text File  |  2003-12-30  |  2KB  |  27 lines

  1. FailAt 21
  2. RequestChoice "Install update?" "This script will install the latest*Nversion of Poseidon V2.2*Nto your MorphOS system.*NA MOS1.4 base installation is required!*NDo you want to proceed?" "Continue|Cancel" >ENV:RCResult
  3. If $RCResult EQ 0
  4.   RequestChoice "Install aborted!" "Install aborted, nothing installed!" "Too bad!" >NIL:
  5.   Delete ENV:RCResult QUIET
  6.   Quit
  7. EndIf
  8. Copy InstallData/Classes MOSSYS:Classes ALL CLONE
  9. Copy InstallData/Devs MOSSYS:Devs ALL CLONE
  10. Copy InstallData/Tools MOSSYS:C ALL CLONE
  11. Copy InstallData/Libs/poseidon.library MOSSYS:Libs CLONE
  12. Copy InstallData/Libs/VHI LIBS:VHI ALL CLONE
  13. Copy InstallData/Prefs MOSSYS:Prefs ALL CLONE
  14. Copy InstallData/S MOSSYS:S ALL CLONE
  15. RequestChoice "Which language?" "German or english manual?*NThe guide will be copied to the HELP: drawer." "German|English" >ENV:RCResult
  16. If $RCResult EQ 0
  17.   Copy InstallData/Docs/Poseidon_E.guide HELP:Poseidon.guide CLONE
  18. Else
  19.   Copy InstallData/Docs/Poseidon_D.guide HELP:Poseidon.guide CLONE
  20. EndIf
  21. RequestChoice "Install Trident?" "Do you want to install the*Nseparate Trident USB Preferences?*NThis is not mandatory as they are*Nalso available through the*NSystem prefs.*NTrident will be installed into SYS:Prefs." "Install Trident|Skip" >ENV:RCResult
  22. If $RCResult EQ 1
  23.   Copy InstallData/Trident#? SYS:Prefs CLONE
  24. EndIf
  25. RequestChoice "Install complete!" "Install complete.*N*NYou need to add the following line*Nto your SYS:MorphOS/s/startup-sequence*Nfile before the IPrefs command:*N*NPoseidonROMUpdate*N*NOtherwise the update will not take fully effect." "I wrote this down." >NIL:
  26. Delete ENV:RCResult QUIET
  27.